home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2000 September / maximum-cd-2000-09.iso / Power Ware Feature / RightClickMP3 / RcMP3v165.exe / RC-MP3.TXT < prev    next >
Encoding:
Text File  |  1999-08-28  |  8.7 KB  |  174 lines

  1. _____________________________________________________________________
  2. [ RightClick-MP3 v1.65 ]   Aug 28, 1999    It's still FREEWARE baby!
  3.   MrShannon@execpc.com     ------------   http://execpc.com/MrShannon
  4.  
  5.  
  6. [ What is it? ]
  7.  You right click on a WAV file and choose "[- Encode this WAV into an
  8.   MP3 -]" OR You right click on an MP3 and choose "[- Decode this MP3
  9.   into a WAV -]" You can also RightClick on a directory or drive, and
  10.   choose to encode any WAV files that are in that directory.  Every
  11.   Method of Encoding has the option to encode then delete the WAV(s).
  12.  
  13.  See the Features section below for more detailed information.
  14.  
  15.  There are no other known bugs.  Please report any to me at:
  16.                                     MrShannon@execpc.com
  17.  
  18.  
  19. [ Features ]
  20.  
  21.  RightClick-MP3 now uses Blade's Encoder (BladeEnc) v0.82.  BladeEnc
  22.   is several times faster than the L3Encode v2.72 by Fraunhofer-IIS
  23.   that was previously used, yet the encoding quality is just as good.
  24.   BladeEnc's Homepage: http://home8.swipnet.se/~w-82625/
  25.  
  26.  RightClick-MP3 now supports the use of the XingMP3 Encoder.  Just
  27.   copy the x3enc.exe to C:\Program Files\Rc-MP3\ dir and choose
  28.   X3enc from the RightClick-MP3 group in your start button.
  29.   Xing's Homepage: http://www.xingtech.com/
  30.  
  31.  When using BladeEnc for encoding, the .mp3 file will be named
  32.   exactly the same as the .wav, only the extension will change to
  33.   .mp3.  This allows for a virtually infinite amount of mp3's to be
  34.   encoded. If you're using x3enc, it will follow the same naming
  35.   convention as when decoding (see blelow).
  36.  
  37.  RightClick-MP3's uses 160kbps as the default bitrate when encoding.
  38.   You can choose one of the many bitrate's supported by both BladeEnc
  39.   and XingMP3 by simply clicking on the one you want that is listed
  40.   in "Set Bitrate" under the RightClick-MP3 group in your start
  41.   button.
  42.  
  43.  You can select the encoding priority by selecting it from the Rc-MP3
  44.   group in your start button.  There are 6 different priority levels,
  45.   but this setting will ONLY affect BladeEnc.
  46.  
  47.  Now supports Batch Encoding by allowing the option to encode any
  48.   .wav found in a specific directory or root of a drive.
  49.  
  50.  After encoding the .WAV(s) to MP3, you can optionally have the 
  51.   .WAV(s) deleted for you.
  52.  
  53.  When decoding an .mp3, RightClick-MP3 can handle 31 new files so you
  54.   don't have to rename them right away.  The files are named !New!,
  55.   !New-01!, !New-02! ...to... !New-30!.  This naming convention is
  56.   also used if you are using x3enc to encode.
  57.  
  58.  RightClick-MP3 uses L3Decode v2.72 by Fraunhofer-IIS to decode the
  59.   .MP3's to .WAV files.  L3Decode is SHAREWARE and you are to
  60.   register it if you use it for more than 30 days.  Your Registration
  61.   status will not effect the quality of the .WAV files produced,
  62.   however, you will be confronted with a Nag Screen when you try to
  63.   Decode.  Please read "Reg L3Decode" in your start button.
  64.   Fraunhofer-IIS Homepage: http://www.iis.fhg.de/amm/
  65.   (NOTE - L3Encode and Decode are no longer available.  )
  66.   (       They have been replaced by MP3Enc             )
  67.  
  68.  Multiple simultaneous instances of Encoding and Decoding supported
  69.  
  70.  Windows95/98 users get color ANSI in the messages (not supported
  71.   on NT.) If you don't like the ANSI, just delete RcMP3ans.sys
  72.   from C:\Program Files\Rc-MP3\ and it'll be black 'n white.
  73.  
  74.  
  75.  
  76.  
  77. _____________________________________________________________________
  78. [ Other notes ][ MrShannon@execpc.com ][ http://execpc.com/MrShannon]
  79.  
  80. There is a file in the Rc-MP3 directory named "getchar.com".  That's
  81.  a very handy little 8byte program written by someone that calls
  82.  himself T.E.D.  He's very proficient at some programming and I
  83.  cannot thank him enough for the help he gave me on this project
  84.  durring it's early development.  What getchar does is wait for the
  85.  user to press a key on the keyboard.  It then returns the ASCII
  86.  value of the key that was pressed.  I use it to determine if you hit
  87.  "x" or "X" to exit and the "Press any key to close this window"
  88.  parts.
  89.  
  90. Why doesn't NT have color like Windoze95/98?  Basically because I
  91.  couldn't figure it out.  I tried about 5 different things to get
  92.  ANSI to work, but every attempt failed.  Hey I am kind of a beginner
  93.  here, shut up.
  94.  
  95. Why does Windoze95/98 have the file "RcMP3ans.sys" and NT doesn't? 
  96.  That is the Windoze95b ansi.sys with a different name.  If you
  97.  delete that file, you won't have colors anymore, but if you try and
  98.  put it in WinNT, it'll give you garbage characters.  Even if you try
  99.  using the ansi.sys from WinNT.  Trust me, I tried. If you know how
  100.  to load the ansi.sys on a WinNT machine without rebooting, please
  101.  send me an eMail - MrShannon@execpc.com
  102.  
  103. What did I write RightClick-MP3 in?  C?  C++?  Pearl?  Java?  nope. 
  104.  I use plain old DOS Batch language.  Not even QBasic.  Straight .bat
  105.  commands.  Wanna take a look at the code?  Go to c:\progra~1\Rc-MP3\
  106.  and look at Rc-MP3.bat but don't edit it unless you know what you're
  107.  doing!  Or at least make a backup of it first.  A _lot_ of the
  108.  program is built into the Windows Registry too.  I do that with the
  109.  Rc-MP3.inf file.  Feel free to look at that too, but it's scarry.
  110.  
  111. How did I figure this stuff out?  first of all, I spent years
  112.  learning about DOS Batch files.  Little here, little there.  The
  113.  Color and ANSI stuff went along with that.  As far as getting it to
  114.  work with Windoze and the right mouse button, I figured that out by
  115.  editing the DosHere.inf file that Microsoft put out long ago.  That
  116.  file simply made it so you can right clock on a folder and then
  117.  choose "MS-DOS Prompt" which would drop you at a DOS Prompt at that
  118.  directory.  That made me wonder if you could do something like that
  119.  on a file type.  So I changed a few things and loe and behold, it
  120.  worked.  So I had to do something useful with it.  Eventually I go
  121.  it to work with Win95, then I ported it to work on WinNT.  Then I
  122.  found a program called "WinDAC" that used an .inf file for
  123.  installing.  It made a group in the start button so of course I had
  124.  to do that too.  Really, if you want to learn, there is no better
  125.  teacher than the actual code itself.
  126.  
  127. If you really want to know how to write a shell extension, or just
  128.  make sense of the .inf file, try reading my tutorial.  You can find
  129.  it at my current homepage -- http://www.execpc.com/MrShannon/
  130.  
  131. -MrShannon@execpc.com
  132.  
  133.  
  134.  
  135.  
  136. _____________________________________________________________________
  137. [ Disclaimer ] [ MrShannon@execpc.com ][ http://execpc.com/MrShannon]
  138.  
  139. Let me make it absolutely clear that the programs that do the actual
  140. work (the encoding and decoding of MP3's) are NOT the product of
  141. MrShannon.  This means I did NOT write, compile, modify or otherwise
  142. make BladeEnc (BladeEnc.exe) and/or L3Decode (rcmp3dec.exe).  BladeEnc
  143. was created by Tord Jansson (homepage:
  144. http://home8.swipnet.se/~w-82625/) and L3Decode by Fraunhofer-IIS
  145. (homepage: http://www.iis.fhg.de/amm/).  Every effort has been made to
  146. clearly give credit to the authors of these programs in an effort to
  147. increase their exposure to as many potential users or would be buyers
  148. of those products.  RightClick-MP3 is merely an FRONTEND to these
  149. programs meant only to allow the end user to utilize these products in
  150. a much simpler manner.  Again, MrShannon takes NO credit for the
  151. encoder/decoder applications that are being distributed with
  152. RightClick-MP3, and any queries regarding these products, be it
  153. technical in nature or otherwise, should be directed to the authors of
  154. the application in question.
  155.  
  156. BladeEnc is Freeware and I never found anything on Tord's web page (as
  157. of March 19, 1999) stating any limits on distribution.  I did include
  158. his BladeEnc.htm document just incase.  L3Decode is Shareware which
  159. means you must purchase it.  After you use L3Decode for a period of 30
  160. days, you MUST register with Fraunhofer-IIS.  L3Decode is an out-dated
  161. program that Fraunhofer-IIS has replaced.  To my knowledge, you cannot
  162. download L3Decode from their web page because it has been replaced
  163. with a decoder that comes with their new encoder "MP3Enc".  Because of
  164. this, I decided it was safe to distribute the out-dated software, yet
  165. I continue to insist that users of RightClick-MP3 contact
  166. Fraunhofer-IIS to register L3Decode.  There has always been
  167. information on how to do this linked in the RightClick-MP3 program
  168. group as "Register L3Decode" or something very similar.  Users must
  169. eMail sales@opticom.de for registration information.
  170.  
  171. To the authors of BladeEnc and L3Decode: I am only trying to give your
  172. products more exposure, and in the case of L3Decode, perhaps generate
  173. more revenue for Fraunhofer-IIS.  I personally am grateful for your
  174. products and do not mean in any way to discredit or harm you.